Skip to main content
This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal

HCL Sametime Forum

HCL Sametime Forum


  

PreviousPrevious NextNext

RE: Sametime Chat Windows
~Umberto Nongeroson 1.Dec.08 02:21 PM a Web browser
Applications development 8.0.1 All Platforms


Yes, it is possible, but you will need a Sametime Plug-in. An API feature was added to Sametime 7.5.1 (did not exist in earlier versions)


package com.ibm.collaboration.realtime.sample;

import com.ibm.collaboration.realtime.messages.DefaultMessageHandler;
import com.ibm.collaboration.realtime.messages.Message;
import com.ibm.collaboration.realtime.messages.MessageHandlerPreCallback;
import com.ibm.collaboration.realtime.messages.im.ImTextConnectionOpenMessage;
import com.ibm.collaboration.realtime.messages.im.ImTextReceivedMessage;

public class ReuseConversationHandler extends MessageHandlerPreCallback {

public ReuseConversationHandler() {
super(new DefaultMessageHandler() {
public void handleDefaultMessage(Message message) {
}
public void handleMessage(ImTextConnectionOpenMessage message) {
message.setReuseWindow(false);
}
public void handleMessage(ImTextReceivedMessage message) {
message.setProperty("reuseConversation", Boolean.FALSE);
}
});
}
}




Sametime Chat Windows (~Ethan Nimlukon... 1.Dec.08)
. . RE: Sametime Chat Windows (~Fritz Ekfoober... 1.Dec.08)
. . . . RE: Sametime Chat Windows (~Ethan Nimlukon... 1.Dec.08)


Document Options






  Document options
Print this pagePrint this page

Search this forum

Forum views and search


  Forum views and search
Date (threaded)
Date (flat)
With excerpt
Category
Platform
Release
Advanced search

Member Tools


RSS Feeds

 RSS feedsRSS
All forum posts RSS
All main topics RSS